net/http.http2clientStream.reqBody (field)

8 uses

	net/http (current package)
		h2_bundle.go#L7747: 	reqBody              io.ReadCloser
		h2_bundle.go#L7789: 	if cs.reqBody != nil {
		h2_bundle.go#L7803: 	if cs.reqBody != nil && cs.reqBodyClosed == nil {
		h2_bundle.go#L7817: 		cs.reqBody.Close()
		h2_bundle.go#L8605: 		reqBody:              req.Body,
		h2_bundle.go#L8942: 	if cs.reqBody != nil && cs.reqBodyClosed == nil {
		h2_bundle.go#L8950: 		cs.reqBody.Close()
		h2_bundle.go#L9141: 	body := cs.reqBody